projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3504d4
)
(reb-mode): Quote the hook name. From
author
Dave Love
<fx@gnu.org>
Fri, 9 Feb 2001 15:37:42 +0000
(15:37 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 9 Feb 2001 15:37:42 +0000
(15:37 +0000)
Juanma Barranquero.
lisp/emacs-lisp/re-builder.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/re-builder.el
b/lisp/emacs-lisp/re-builder.el
index 02b3658ac695d9b4d08b37a1d2e9d8fb6d9192ab..e3667cbc78e43a90fd10a45f070de85de19b71de 100644
(file)
--- a/
lisp/emacs-lisp/re-builder.el
+++ b/
lisp/emacs-lisp/re-builder.el
@@
-235,7
+235,7
@@
Except for Lisp syntax this is the same as `reb-regexp'.")
mode-name "RE Builder")
(use-local-map reb-mode-map)
(reb-mode-common)
- (run-hooks reb-mode-hook))
+ (run-hooks
'
reb-mode-hook))
(define-derived-mode reb-lisp-mode
emacs-lisp-mode "RE Builder Lisp"